home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / patch20a.zip / SWITCH.DTP < prev    next >
Text File  |  1991-03-05  |  832b  |  40 lines

  1. #
  2. #   SWITCH.DTP - for use with DT_PATCH.EXE
  3. #
  4. #   Copyright (C) 1991 DATASTORM TECHNOLOGIES, INC.
  5. #
  6. #   All Rights Reserved
  7. #
  8. #   Target File: ASPCOMP.EXE
  9. #
  10. #   This patch will correct the program execution error which
  11. #   occurs when running a compiled script which has a SWITCH
  12. #   statement containing CASE commands with variable references
  13. #   (ie: CASE S0, CASE N0, CASE $NULL, CASE $COL, etc).  The
  14. #   original compiler normally generates codes only when constants
  15. #   are used in CASE commands.  The patch enables the compiler to
  16. #   generate the correct code for the variables references.
  17. #   The only caveat is that unexpected CASE commands will no
  18. #   longer generate an error message.
  19. #
  20. #
  21. @ASPCOMP.EXE
  22. =68772
  23. O17624
  24. x09
  25. xE8
  26. x4A
  27. xF9
  28. x56
  29. xE8
  30. x52
  31. xFA
  32. xEB
  33. x06
  34. xE8
  35. x44
  36. xF8
  37. x90
  38. x90
  39. x90
  40.